h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;

}

/* a:hover {
    color: white;
} */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body p {
    font-size: 16px;
    text-align: justify;
  
}

:root {
    --red: #e92e28;
    --white: #fff;
    --black: #000000;
    --light-black: #57585a;
    --yellow: #ffd800;
    --blue: #1e4585;
    --green: #2e7c3c;

}

.top-header {
    background-color:var(--red);
    /* padding: 5px 0px; */
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-header ul {
    display: flex;
    gap: 25px;
    padding-right: 25px;
}

.top-header ul li a {
    color: var(--white);
    /* font-weight: bold; */
    /* border-bottom: 2px solid #e92e28; */
    /* transition: 0.5s; */
}

/* .top-header ul li a:hover {
    border-bottom: 2px solid var(--white);
} */

/* .top-header ul li:last-child{
    background-color: var(--yellow);
    padding: 5px 10px;
    border: none;
} */
.top-header .top-header-button {
    background-color: var(--yellow);
    color: var(--dark-black);
    padding: 8px 12px;

    font-weight: 600;
}

.top-header .top-header-button a {
    color: #000000;
}



.navbar-nav .nav-item:nth-child(1) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */

}
.navbar-toggler{
  border: none;
  padding: 0;
  font-size: 25px;
}
.navbar-nav .nav-item:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(3) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(4) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(5) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(6) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(7) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(8) {
    border-right: 1px solid #e5e5e5;
    /* padding: 15px 13px; */
}

.navbar-nav .nav-item:nth-child(9) {
    border-right: none;
    /* padding: 15px 13px; */
}

#navbarSupportedContent .nav-item .nav-link {

    color: var(--black);
    font-size: 15px;
    font-weight: bold;
}

.navbar-nav .dropdown-item {
   font-size: 15px;
   color: var(--black);
}

.nav-link:hover {
    opacity: 1;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* .nav-link::before {
    transition: 300ms;
    height: 5px;
    content: "";
    position: absolute;
    background-color: var(--maroon-color);
  }
  
  .nav-link-ltr::before {
    width: 0%;
    bottom: 10px;
  }
  
  .nav-link-ltr:hover::before {
    width: 100%;
    left: 0;
  }
  
  .nav-link-fade-up::before {
    width: 100%;
    bottom: 5px;
    opacity: 0;
  }
  
  .nav-link-fade-up:hover::before {
    bottom: 10px;
    opacity: 1;
  }
  
  .nav-link-grow-up::before {
    height: 0%;
    width: 100%;
    bottom: 0px;
    
  }
  
  .nav-link-grow-up:hover::before {
    height: 5px;
  } */
.navbar .nav-link,
.navbar .dropdown-menu {
    text-transform: uppercase;
}

.navbar .dropdown-menu {
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    border-top: 5px solid var(--maroon-color);
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.navbar .navbar-brand img {
    /* height: 100px; */
    width: 250px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #fff !important;
}

/* .logobgimg{
    background-image: url(../../images/backgrounds/logobgimg1.png);
    background-size: cover;
    filter: grayscale(1);
    opacity: 0.9;
   
    background-repeat: no-repeat;
   
} */



/* ---------------------------------------------Banner-section----------------------------------- */
#Banner-section {
    height: calc(100vh - 134.17px);
}

#carouselExampleCaptions .carousel-inner img {
    height: calc(100vh - 134.17px);
}

#mySidenav {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1;
}

#mySidenav img {
    height: 40px;
    width: 40px;
}

#mySidenav a {
    display: flex;
    align-items: center;
    position: absolute;
    right: -90px;
    transition: 0.3s;
    width: 150px;
}

#mySidenav a:hover {
    right: 0px;
}

#mySidenav p {
    font-size: 16px;
    color: var(--maroon-color);
    font-weight: bold;
    padding-left: 10px;
}

#mySidenav #apply {
    top: -3px;
    background-color: #fff;
    padding: 15px;
    padding-right: 40px;
    border-top-left-radius: 20px;
    border: 1px solid var(--yellow);
    margin-bottom: 20px;
}

#mySidenav #enquire {
    top: 80px;
    background-color: #fff;
    padding: 15px;
    padding-right: 40px;
    border-top-left-radius: 20px;
    border: 1px solid var(--yellow);
}

#carouselExampleCaptions .carousel-control-next,
#carouselExampleCaptions .carousel-control-prev {
    top: 50%;
    height: 30px;
    width: 30px;
    opacity: 1;

}

#Banner-section #carouselExampleCaptions .carousel-control-next {
    right: 100px;
}

#Banner-section #carouselExampleCaptions .carousel-control-prev {
    left: 100px;
}

#Banner-section #carouselExampleCaptions .carousel-indicators {
    justify-content: start;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 8px;
}

#Banner-section #carouselExampleCaptions .carousel-indicators [data-bs-target] {

    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color:#e5e5e5;
    border: 2px solid white;
}
#Banner-section #carouselExampleCaptions .carousel-indicators .active {
    opacity: 1;
    background-color: red !important;
}
/* ---------------------------------About-us-section---------------------------- */
#About-section {
    height: calc(100vh - 94.17px);
    display: flex;
    align-items: center;
    padding: 100px 0px;
    /* background: linear-gradient(to bottom, #fff 0%, #ebc472 96%); */

}

#About-section h2 {
    font-size: 40px;
    font-weight: bold;

}

/* .about-sec-button {
    background-color: black;
    padding: 15px 40px;
    color: white;
    border-radius: 20px;

} */


/* #About-section .row{
    /* align-items: center; */

/* #About-section .carousel-inner {
    border-bottom-right-radius: 30px;
} */

#carouselExampleIndicators-2 .carousel-control-next,
#carouselExampleIndicators-2 .carousel-control-prev {
    height: 30px;
    width: 30px;
    opacity: 1;
}

#carouselExampleIndicators-2 .carousel-control-next {
    left: 130px;
    color: black;
    font-size: 25px;

    top: 2px;
}

#carouselExampleIndicators-2 .carousel-control-prev {
    left: 0px;
    color: black;
    font-size: 25px;
    top: 2px;
}


#carouselExampleIndicators-2 .carousel-indicators {
    position: relative;
}

#carouselExampleIndicators-2 .corousel-controls {
    position: absolute;
    bottom: -40px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}

#carouselExampleIndicators-2 .carousel-indicators [data-bs-target] {
    width: 27px;
    height: 7px;
    margin-right: 5px;
    margin-left: 5px;

}

#carouselExampleIndicators-2 .carousel-indicators .active {
    transform: scale(1.4);
    transition: 0.5s;
    background-color: #e92e28 !important;

}

#carouselExampleIndicators-2 .carousel-indicators {
    margin-right: 0;
    margin-left: 38px;
    margin-bottom: 0;
}

.about-corousel-card {

    width: 100%;
    color: white;
    font-size: 16px;
}

#About-section h6 {
    color: #e92e28;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;

}

#About-section .col-lg-7 {
    padding-left: 55px;
}

.about-section-content {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin: 30px 0px;
    line-height: 35px;
}

#carouselExampleIndicators-2 .corousel-bg-color-1 {
    background-color: var(--light-black);
}

#carouselExampleIndicators-2 .corousel-bg-color-2 {
    background-color: var(--yellow);
}

#carouselExampleIndicators-2 .corousel-bg-color-3 {
    background-color: var(--blue);
}

#carouselExampleIndicators-2 .corousel-bg-color-4 {
    background-color: var(--maroon-color);
}

#carouselExampleIndicators-2 .carousel-indicators .gray {
    background-color: var(--light-black);
    opacity: 1;
}

#carouselExampleIndicators-2 .carousel-indicators .yellow {
    background-color: var(--light-black);
    opacity: 1;
}

#carouselExampleIndicators-2 .carousel-indicators .blue {
    background-color: var(--light-black);
    opacity: 1;
}

#carouselExampleIndicators-2 .carousel-indicators .red {
    background-color: var(--maroon-color);
    opacity: 1;
}

.about_red_card {
    background-color: var(--blue);
    padding: 20px 10px;
    margin-bottom: 30px;
    margin-left: -64px;
    z-index: 1;
    position: relative;
    padding-left: 50px;
    color: var(--white);
}

.red_card_text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.red_card_text h3 {
    font-size: 45px;
    color: var(--white);
    font-family: fantasy;

}

.about_sec_first_column {
    position: relative;
}

.about_sec_first_column::before {
    content: " ";
    position: absolute;
    height: 380px;
    width: 500px;
    background-color: #e92e28;
    left: 0;
    top: -10px;
}

/* ------------------------------------Facilities-section--------------------- */
.Facilities-section {
    height: calc(100vh - 97.17px);
    display: flex;
    align-items: center;
    padding: 50px 0px;
    background-color: #dddddd;

}

.Facilities-section .row {
    justify-content: center;
    row-gap: 24px;
}

.section-main-headings h1 {
    color: #1e4585;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    /* padding-bottom: 20px; */
    position: relative;
    margin-bottom: 57px
}

.section-main-headings h1::after {
    content: " ";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #e92e28;
    left: 50%;
    transform: translate(-50%);
    bottom: -6px;
}

/* .section-main-headings h5{
    color: white;
    text-align: start;
    font-weight: bold;
    padding-bottom: 35px;
} */
.Facilities-section-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}



.Facilities-section .row .col-lg-3 {
    padding: 6px;
}

.position {
    position: relative;
    overflow: hidden;
}

.Facilities-section .Facilities-section-img {
    position: relative;
    border-bottom-right-radius: 20px;
}

.Facilities-section .Facilities-section-img:hover.Facilities-section-img h6 {
    display: none;
}

.Facilities-section-img .hover-content p {
    padding-bottom: 20px;
    text-align: initial;
}

.Facilities-section .Facilities-section-img::after {
    position: absolute;
    content: " ";
    background-color: #000000aa;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.Facilities-section-img p {
    color: white;
}

.position .hover-content {
    position: absolute;
    bottom: 20px;
    right: 0;
    /* background: black; */
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;

}

.position:hover .hover-content {
    text-align: initial;
    width: 100%;
    padding: 10px 25px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    color: white;
}

.hover-content h4 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ffd800;
}

.Facilities-section .hover-content i {
    color: white;
    font-size: 30px;
    padding-left: 10px;
}

.Facilities-section .hover-content a {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;

}

.Facilities-section .hover-content a {
    color: white;
}

.position::before {
    content: "";
    background-color: var(--maroon-color);
    position: absolute;
    height: 40px;
    width: 65%;
    bottom: 20px;
    z-index: 1;
    border-top-right-radius: 20px;
    transition: 0.5s;
}

.Facilities-section-img h6 {
    position: absolute;
    bottom: 30px;
    color: white;
    font-weight: 700;
    left: 15px;
    /* padding-bottom: 31px; */
    z-index: 1;
    font-size: 18px;
}

.Facilities-section-img:hover.position-color1::before {
    width: 100%;
    height: 85%;

}

.Facilities-section-img:hover.position-color2::before {
    width: 100%;
   height: 85%;
}

.Facilities-section-img:hover.position-color3::before {
    width: 100%;
   height: 85%;
}

.Facilities-section-img:hover.position-color4::before {
    width: 100%;
   height: 85%;
}

.Facilities-section-img:hover.position-color5::before {
    width: 100%;
   height: 85%;
}

.Facilities-section-img:hover.position-color6::before {
    width: 100%;
   height: 85%;
}

.Facilities-section-img:hover.position-color7::before {
    width: 100%;
   height: 85%;
}

.Facilities-section-img:hover.position-color8::before {
    width: 100%;
   height: 85%;
}

.position-color1::before {
    background-color: var(--blue);
}

.position-color2::before {
    background-color: var(--red);
}

.position-color3::before {
    background-color: var(--green);
}

.position-color4::before {
    background-color: var(--light-black);
}

.position-color5::before {
    background-color: var(--light-black);
}

.position-color6::before {
    background-color: var(--green);
}

.position-color7::before {
    background-color: var(--red);
}

.position-color8::before {
    background-color: var(--blue);
}




.overflow:hover {
    background-color: var(--maroon-color);
    z-index: 5;

}

/* ------------------------------------Activities-section--------------------------- */
#Activities-section {
    height: calc(100vh - 94.17px);
    display: flex;
    align-items: center;
    padding: 40px 0px;
    /* background: linear-gradient(to bottom, #fff 0%, rgba(27, 127, 204, .8) 96%);
    background: linear-gradient(to bottom, #fff 0%, rgba(27, 127, 204, .8) 96%); */


}

#Activities-section .row {
    justify-content: center;
    row-gap: 24px;
}

/* #Activities-section .section-main-headings h1 {
    color: #e92e28;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0px;
} */

#Activities-section .section-main-headings h5 {
    color: var(--dark-black);
    text-align: start;
    font-weight: bold;
    padding-bottom: 35px;
}

#Activities-section .carousel-control-next,
#Activities-section .carousel-control-prev {
    height: 30px;
    width: 30px;
    opacity: 1;
}

#Activities-section .carousel-control-next {
    left: 108px;
    color: var(--dark-black);
    font-size: 25px;
    top: 1px;
}

#Activities-section .carousel-control-prev {
    left: 0px;
    color: var(--dark-black);
    font-size: 25px;
    top: 1px;
}

#Activities-section .carousel-indicators .active {
    transform: scale(1.2);
    background-color: #e92e28 !important;
}

/* #Activities-section .carousel-indicators {
    position: relative;
} */

/* #Activities-section .corousel-controls {
    position: absolute;
    bottom: -50px;
    right: 0;
} */

#Activities-section .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 6px;
}

#Activities-section .carousel-indicators {
    position: absolute;
    left: 340px;
    bottom: -32px;
    z-index: 2;
    display: flex;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: fit-content;
}

/* #Activities-section .carousel-indicators {
    margin-right: 0;
    margin-left: 38px;
    margin-bottom: 0;
} */

#Activities-section .carousel-indicators .gray {
    background-color: var(--light-black);
    opacity: 1;
}

#Activities-section .carousel-indicators .blue {
    background-color: var(--light-black);
    opacity: 1;
}

#Activities-section .carousel-indicators .red {
    background-color: var(--light-black);
    opacity: 1;
}

#Activities-section .carouselExampleIndicators-3 {
    position: relative;
}

#Activities-section .corousel-bottom-anchor {
    position: absolute;
    bottom: -30px;
    /* right: 0; */
}

#Activities-section .corousel-bottom-anchor a {
    color: white;
    font-weight: 600;
    background-color: var(--blue);
    padding: 6px 40px;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}


#Activities-section .carousel-item .activities-hover-content {
    position: absolute;
    padding: 40px;
    color: var(--white);
    font-weight: bold;
    top: 0;
    opacity: 0;
}

#Activities-section .carousel-item:hover .activities-hover-content {
    opacity: 1;
    background-color: var(--black);
    height: 100%;
}


/* #Activities-section   .carousel-item .activities-hover-content {
    position: absolute;
    padding: 40px;
    color: white;
    font-weight: bold;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
#Activities-section   .carousel-item:hover .activities-hover-content {
    opacity: 1;
    background-color: #000000aa;
    height: 100%;
    transition: 0.5s;
}
#Activities-section   .carousel-item .activities-hover-content {
    position: absolute;
    padding: 40px;
    color: white;
    font-weight: bold;
    top: 0;
    opacity: 0;
}
#Activities-section   .carousel-item:hover .activities-hover-content {
    opacity: 1;
    background-color: #000000aa;
    height: 100%;
} */
/* -----------------Video-section---------------------- */
.video-section {
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.video-container {
    position: relative;
}

.video-content {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: var(--blue);
    color: white;
    padding: 15px 10px;
    transition: 0.5s;
}

.video-content:hover {
    background-color: var(--yellow);
    color: black;
}
.video-content:hover h5 {
    font-weight: bold;
}

.video-content img {
    width: 10%;
    padding-right: 10px;
}

.video-content h5 {
    font-size: 20px;
}

.video-content h5 {
    font-size: 16px;
}

/* --------------------------------------Testmonial-section------------------- */
.testmonial-section {
    height: calc(100vh - 94.17px);
    padding-top: 100px;
    padding-bottom: 100px;
    /* background-color: black; */
    display: flex;
    align-items: center;
    /* background-image: url("../../images/testmonial-images/white.avif"); */
    background-repeat: no-repeat;
    object-fit: cover;
    background: linear-gradient(to bottom, var(--green)88%, var(--white) 20%);

}

.testmonial-section .carousel-inner video {
    height: calc(100vh - 94.17px);
    width: 100%;
    object-fit: fill;
    padding-bottom: 94px;
}



#home-top-video {
    position: relative;
}

#home-top-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(6 95 212 / 65%), rgb(6 95 212 / 54%));

    height: 81vh;
}


.testmonial-section h1 {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 55px;
    z-index: 2;
}

.testmonial-section h6 {
    padding-top: 10px;
    padding-bottom: 50px;
    color: white;
}

/* .testmonial-section .carousel-inner {
    height: 70vh;

} */

/* .testmonial-section .carousel-indicators {
    margin-bottom: -46px;
} */


.testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-indent: unset !important;
    margin-right: 15px;
    margin-left: 15px;
    opacity: 1;


}

.testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
    bottom: 45px;
}

#carouselExampleCaptions-testmonial .carousel-indicators img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--yellow);
    padding: 2px;

}

.testmonial-section .carousel {
    position: relative;
    width: 100%;
}

#carouselExampleCaptions-testmonial .carousel-caption {
    color: black;
}



#carouselExampleCaptions-testmonial .carousel-indicators .active img {
    opacity: 10;
    transform: scale(1.4);
    transition: 0.5s;
}

#carouselExampleCaptions-testmonial .carousel-control-next {
    right: 200px;
}

.testmonial-section .carousel-control-next,
.testmonial-section .carousel-control-prev {

    top: 50%;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-color: red;
    opacity: 1;

}

.testmonial-section .carousel-control-next {
    right: 200px;
}

.testmonial-section .carousel-control-prev {
    left: 200px;
}

/* .testmonial-section .corousel-inner .carousel-item{
    position: relative;
} */
.testmonial-section .carousel-item {
    height: calc(100vh - 97.47px);
}

.testmonial-section .carousel-caption {
    z-index: 1;
    width: unset;
    margin: auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.testmonial-section .carousel-caption p {
    padding-top: 25px;
    color: white;
    font-size: 22px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.testmonial-section .carousel-caption h5 {
    font-size: 40px;
    font-weight: bold;
    color: #ffd800;

}

.testmonial-section .caption-img-container {
    padding: 15px 20px;
    width: fit-content;
    margin: auto;
}

.testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

/* #carouselExampleCaptions-testmonial .carousel-item img {
    height: 70vh;
    object-fit: cover;

} */

/* #carouselExampleCaptions-testmonial .carousel-item::after {
    position: absolute;
    content: " ";
    background-color: #000000aa;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.4;
} */


/* -----------------------------Gallery_page---------------------------- */
 
.inner_gallery_page .img_container .zoom-in-out-box{
     
       
        animation: zoom-in-zoom-out 5s ease infinite;
      }
      
      @keyframes zoom-in-zoom-out {
        0% {
          transform: scale(0.5s);
        }
        50% {
          transform: scale(1.5, 1.5);
        }
        100% {
          transform: scale(0.5s);
        }
      }
      .inner_gallery_page .img_container{
        overflow: hidden;
      }

/* --------------------------------Media-Queries----------------------- */


@media screen and (max-width:1600px) {
    #navbarSupportedContent .nav-item .nav-link {
        font-size: 13px;
    }

    #Activities-section {
        height: auto;
    }

    #Activities-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-main-headings h1 {
        padding-bottom: 0;
    }

    .testmonial-section .carousel-indicators {
        margin-bottom: -35px;
    }

    #Activities-section .section-main-headings h1 {
        padding-bottom: 0px;
    }

    .testmonial-section .carousel-caption {
        top: 42%;

    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 60px;
    }
}


@media screen and (max-width:1536px) {
    .section-main-headings h1 {
        margin-bottom: 12px;
    }

    #navbarSupportedContent .nav-item .nav-link {
        font-size: 12px;
    }

    .testmonial-section h1 {
        top: 25px;
    }

    .testmonial-section .carousel-caption {
        top: 40%;
    }



}

@media screen and (max-width:1400px) {
    .navbar .navbar-brand img {
        width: 250px;
    }

    /* .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    } */

    .testmonial-section h1 {
        padding-bottom: 0px;
    }


}

@media screen and (max-width:1366px) {
    #About-section h2 {
        font-size: 35px;
    }

    .about_red_card {
        padding: 18px 5px;
    }

    #Activities-section .carousel-indicators {
        left: 280px;
    }

    #Activities-section .corousel-bottom-anchor a {
        color: white;
        padding: 6px 27px;
        bottom: -28px;
        font-size: 14px;
    }


    .Facilities-section {
        height: auto;

    }

    #About-section h6 {
        padding-top: 0px;
    }

    .about-section-content {
        margin: 25px 0px;
        line-height: 30px;
    }

    .video-content h5 {
        font-size: 16px;
    }

    #home-top-video:before {
        height: 72vh;
    }

    .testmonial-section {
        background: linear-gradient(to bottom, var(--green)83%, var(--white) 20%);
    }

    .testmonial-section .carousel-caption p {
        font-size: 19px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 80px;
    }

    .testmonial-section h1 {
        top: 9px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
        height: 150px;
        width: 150px;
    }

    .testmonial-section .carousel-caption h5 {
        font-size: 25px;
    }

    .testmonial-section .carousel-caption {
        bottom: 35px;
    }


    /* .testmonial-section .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    } */

    #carouselExampleCaptions-testmonial .carousel-indicators img {
        height: 65px;
        width: 65px;
        border-radius: 50%;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {
        width: 65px;
        height: 65px;

    }

    .testmonial-section .carousel-caption {
        width: 70%;
    }

    .testmonial-section .carousel-indicators {
        margin-bottom: -25px;
    }

    .testmonial-section .carousel-caption {
        top: 36%;
    }
}

@media screen and (max-width:1346px) {
    .testmonial-section .carousel-caption {
        top: 43%;
    }

    .testmonial-section h1 {
        top: 55px;
    }
}

@media screen and (max-width:1280px) {
    .navbar .navbar-brand img {
        width: 207px;
    }

    #Banner-section {
        height: calc(100vh - 125.17px);
    }

    #Banner-section .carousel-inner {
        height: calc(100vh - 125.17px);

    }

    #carouselExampleCaptions .carousel-inner img {
        height: calc(100vh - 125.17px);
    }

    #About-section {
        height: calc(100vh - 82.45px);
    }

    .testmonial-section {
        height: calc(100vh - 82.45px);

    }

    .testmonial-section h1 {
        top: 20px;
    }

    .testmonial-section .carousel-caption {
        top: 38%;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 88px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .testmonial-section .carousel-caption p {
        font-size: 18px;
    }
}

@media screen and (max-width:1200px) {

    #home-top-video:before {
        height: 76vh;
    }

    .testmonial-section .carousel-caption {
        top: 42%;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 88px;
    }
}

@media screen and (max-width:1199px) {
    .navbar .navbar-brand img {
        width: 155px;
    }

    #Banner-section {
        height: calc(100vh - 110.31px);
    }

    #Banner-section .carousel-inner {
        height: calc(100vh - 110.31px);
    }

    #carouselExampleCaptions .carousel-inner img {
        height: calc(100vh - 110.31px);
    }

    .about_sec_first_column::before {
        height: 300px;
        width: 430px;

    }

    .red_card_text {
        gap: 5px;
    }

    .about_red_card {
        padding: 15px 5px;
        margin-left: -90px;
    }

    #About-section h2 {
        font-size: 29px;
    }

    #About-section h6 {
        font-size: 20px;
    }

    .about-section-content {
        margin: 12px 0px;
        line-height: 25px;
    }

    #Activities-section .carousel-indicators {
        left: 379px;
    }

    #Activities-section .corousel-bottom-anchor a {
        padding: 8px 78px;
        clip-path: polygon(0 0, 93% 0, 98% 100%, 0 100%);
    }

    .Facilities-section {
        height: auto;

    }

    .position::before {
        width: 45%;
    }

    #About-section .row {
        align-items: center;
    }


    #Activities-section .section-main-headings h1 {

        font-size: 35px;
    }

    .testmonial-section {
        height: calc(100vh - 70.31px);
    }

    .testmonial-section h1 {
        font-size: 35px;
    }

    .testmonial-section .carousel-caption p {
        width: 78%;
    }

    #Activities-section .row {
        justify-content: center;
        row-gap: 50px;
    }

    .video-content h5 {
        font-size: 15px;
    }

    /* .testmonial-section .carousel-caption {
        bottom: 90px;
    } */

    .footer-section .footer-logo img {
        width: 35%;

    }

    .footer-logo {
        margin-bottom: 50px;
    }

    #footer-section .second-row {
        row-gap: 20px;
    }

    .testmonial-section h1 {
        top: 50px;
    }


}

@media screen and (max-width:1152px) {

    body,
    p,
    a,
    li {
        font-size: 14px;
    }

    .footer-section h5 {
        font-size: 16px;
    }

    .details-container img {
        height: 40px;
        width: 40px;
    }


}

@media screen and (max-width:1024px) {

    /* .testmonial-section .carousel-caption {
        bottom: 50px;
    } */
    .testmonial-section h1 {
        top: 20px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
        height: 150px;
        width: 150px;
    }

    .testmonial-section .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;

    }

    #carouselExampleCaptions-testmonial .carousel-indicators img {
        height: 55px;
        width: 55px;

    }

    .testmonial-section {
        height: calc(100vh - 67.17px);
    }

    /* .navbar .navbar-brand img {
        width: 147px;
    } */

    .testmonial-section .carousel-caption {
        bottom: -28px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 86px;
    }

    .testmonial-section .carousel-caption p {
        font-size: 16px;
    }

    #home-top-video:before {
        height: 72vh;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width:992px) {
    #About-section {
        padding: 50px 0px;
    }

    #navbarSupportedContent .nav-item .nav-link {
        font-size: 12px;
    }

    #home-top-video:before {
        height: 75vh;
    }

    .testmonial-section .carousel-control-prev {
        left: 150px;
    }

    #carouselExampleCaptions-testmonial .carousel-control-next {
        right: 150px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 100px;
    }
    .navbar-nav .dropdown-item {
        font-size: 12px;
    }

}

@media screen and (max-width:991px) {
    #Banner-section {
        height: auto
    }

    #Banner-section .carousel-inner {
        height: auto
    }

    #carouselExampleCaptions .carousel-inner img {
        height: auto
    }

    .navbar .dropdown-menu {
        transform: unset;
        width: fit-content;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-nav .nav-item:nth-child(1) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(2) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(3) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(4) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(5) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(6) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(7) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(8) {
        border-right: none;

    }

    .navbar-nav .nav-item:nth-child(9) {
        border-right: none;
        /* padding: 15px 13px; */
    }

    .top-header {
        display: none;
    }

    .navbar .navbar-brand img {
        width: 200px;
    }

    .about_sec_first_column {
        position: relative;
        order: 1;
    }

    #About-section h2 {
        font-size: 40px;
    }

    .about-section-content {

        line-height: 30px;
    }

    body,
    p,
    a,
    li {
        font-size: 16px;
    }

    .about_red_card {
        margin-left: 0px;
        margin-bottom: 0
    }

    .about_sec_first_column::before {
        height: 460px;
        width: 579px;
        top: 22px;
    }

    #About-section {
        height: auto;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #About-section #carouselExampleIndicators-2 {
        margin-top: 35px;
    }

    #About-section h6 {
        padding-top: 0px;
    }

    .footer-section .row .col-lg-4:nth-child(3) .details-container {
        padding-top: 30px;
    }

    .testmonial-section .carousel-control-prev {
        left: 100px;
    }

    #carouselExampleCaptions-testmonial .carousel-control-next {
        right: 100px;
    }

    .position::before {
        width: 58%;
    }

    .testmonial-section {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .testmonial-section .carousel-inner {
        height: auto;

    }

    .testmonial-section .carousel-item {
        height: 70vh;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 90px;
    }

    #Activities-section .carousel-indicators {
        left: 260px;
    }

    #Activities-section .corousel-bottom-anchor a {

        padding: 8px 20px;
        clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);

    }

    .copy-right-box {
        display: unset;
        flex-direction: column;

        padding: 10px 0px;
    }

}

@media screen and (max-width:768px) {
    #Activities-section .corousel-bottom-anchor a {
        padding: 8px 22px;
    }

    #Activities-section .corousel-bottom-anchor a {
        clip-path: polygon(0 0, 93% 0, 98% 100%, 0 100%);
    }

    .testmonial-section .carousel-control-prev {
        left: 50px;
    }

    .testmonial-section .carousel-control-next {
        right: 50px;
    }

    .testmonial-section {
        height: auto;
    }

    .footer-section ul {
        margin-bottom: 5px;
    }

    .testmonial-section {
        height: auto;
    }

    .testmonial-section .carousel-caption p {
        font-size: 16px;
        width: 100%;
    }

    .testmonial-section .carousel-control-prev {
        left: 50px;
    }

    #carouselExampleCaptions-testmonial .carousel-control-next {
        right: 50px;
    }
}

@media screen and (max-width:767px) {
    #About-section h2 {
        font-size: 33px;
    }

    .red_card_text h3 {
        font-size: 40px;

    }

    .about_sec_first_column::before {
        height: 350px;
        width: 440px;

    }

    .position-color5::before {
        background-color: var(--blue);
    }

    .position::before {
        width: 40%;
    }

    #Activities-section .corousel-bottom-anchor a {
        clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
        padding: 8px 70px;
    }

    .carousel-inner video {
        height: auto;
        width: 100%;

    }

    #carouselExampleCaptions-testmonial .carousel-control-next {
        right: 50px;
    }

    .testmonial-section .carousel-control-prev {
        left: 50px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
        height: 130px;
        width: 130px;
    }

    .testmonial-section .carousel-caption p {
        width: 70%;
    }

    #home-top-video:before {
        height: 56vh;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 100px;
    }

    /* .testmonial-section {
        background: linear-gradient(to bottom, var(--green)80%, var(--white) 20%);
    } */

    #Activities-section .carousel-indicators {
        left: 438px;
    }

    .testmonial-section .carousel-caption {
        top: 10%;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }

    .footer-section .second-row h6 {
        margin-bottom: 30px;
    }

    .footer-section .social-media-icons-container {
        margin-top: 15px;
        justify-content: start;
    }

    .footer-section .row .col-lg-4:nth-child(2) .details-container {
        padding-top: 30px;
    }

    .footer-section {
        padding: 45px 0;
    }

    .footer-logo-section {
        padding-bottom: 10px;
    }


}


@media screen and (max-width:600px) {

    .carousel-inner video {
        height: 70vh;
        width: 100%;
    }

    .testmonial-section .carousel-caption {
        top: 7%;
    }

    .testmonial-section .carousel-caption p {
        font-size: 14px;

    }

    #home-top-video:before {
        height: 58vh;
    }

    .testmonial-section .carousel-caption {
        bottom: 58px;
    }

    .about-section-content {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }


}

@media screen and (max-width:576px) {

    body p,
    a,
    li {
        font-size: 14px;
    }

    #Banner-section {
        height: auto
    }

    #carouselExampleCaptions .carousel-inner img {
        height: auto
    }

    #Banner-section .carousel-inner {
        height: auto
    }

    #About-section h6 {
        font-size: 22px;

    }

    .section-main-headings h1 {
        font-size: 30px;
    }

    #Activities-section .section-main-headings h1 {
        font-size: 30px;
    }

    #Activities-section .corousel-bottom-anchor a {
        font-size: 16px;
    }

    .footer-section .second-row .contactUs-box {
        margin-bottom: 20px;
    }

    #carouselExampleCaptions-testmonial .carousel-indicators img {
        height: 50px;
        width: 50px;
    }

    .testmonial-section .carousel-indicators [data-bs-target] {
        width: 45px;
        height: 46px;

    }

    .footer-section ul {
        padding-left: 0px;
    }

    .footer-section ul {
        border-left: none;
    }

    .footer-logo img {
        width: 90%;
    }



    .navbar .navbar-brand img {
        width: 160px;
    }

    #carouselExampleCaptions-testmonial .carousel-indicators img {
        height: 50px;
        width: 50px;
    }

    .testmonial-section .carousel-indicators [data-bs-target] {
        width: 35px;
        height: 35px;
    }

    .about-section-content {
        font-size: 14px;
    }

    .copy-right-box {
        display: block;

        padding: 10px 0px;
        text-align: center;
    }
    .testmonial-section .carousel-inner video{
        display: none;
    }
    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 80px;
    }
}

@media screen and (max-width:575px) {
    .about_red_card {
        margin-right: 0px;
    }
}

@media screen and (max-width:540px) {

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
        height: 135px;
        width: 135px;
    }

   .copy-right-box p {
        font-size: 12px;
    }

    #Activities-section .corousel-bottom-anchor a {
        font-size: 14px;
    }

    .testmonial-section .carousel-control-next {
        right: 20px;
    }

    .testmonial-section .carousel-control-prev {
        left: 20px;
    }

    .footer-section .social-media-icon {
        height: 50px;
        width: 52px;
    }

    #carouselExampleCaptions-testmonial .carousel-control-next {
        right: 20px;
    }
}

@media screen and (max-width:432px) {
    #Banner-section #carouselExampleCaptions .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
      
    }

    #About-section {
        padding-top: 10px;
    }

    .about_sec_first_column::before {
        height: 270px;
        width: 380px;
    }

    .red_card_text h3 {
        font-size: 30px;
    }

    .red_card_text p {
        font-size: 13px;
    }

    .about_red_card.row>* {
        padding-right: 10px;
        padding-left: 8px;
    }

    #Activities-section .carousel-indicators {
        left: 320px;
    }

    #Activities-section .corousel-bottom-anchor a {
        clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
        padding: 8px 42px;
    }

    .testmonial-section .carousel-caption {
        bottom: 25px;
    }

    .testmonial-section h1 {
        font-size: 30px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
        height: 100px;
        width: 100px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {
        margin-right: 10px;
        margin-left: 10px;

    }

    #About-section h2 {
        font-size: 26px;
    }

    #About-section h6 {
        font-size: 18px;
    }

    .about-section-content {
        margin-top: 10px;
    }

    .Facilities-section {
        padding: 25px 0px;
    }

    #Activities-section {
        padding-top: 25px;
    }

    #Activities-section .section-main-headings h1 {
        font-size: 30px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);

    }

    .position::before {
        width: 48%;
    }
}

@media screen and (max-width:425px) {
    .red_card_text h3 {
        font-size: 29px;
    }

    #About-section h2 {
        font-size: 25px;
    }

    #About-section h6 {
        padding-bottom: 10px;
    }

    .red_card_text p {
        font-size: 12px;
    }

    #Activities-section .carousel-indicators {
        left: 318px;
    }

    #Activities-section .corousel-bottom-anchor a {
        clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
        padding: 8px 31px;
    }

    #About-section h6 {
        font-size: 18px;
    }

    #About-section h2 {
        font-size: 26px;
    }




}

@media screen and (max-width:414px) {
    #About-section {
        height: auto;
        /* padding: unset; */
        padding-top: 20px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width:412px) {
    #About-section h2 {
        font-size: 25px;
    }

    #Activities-section .carousel-indicators {
        left: 312px;
    }

    .red_card_text p {
        font-size: 11px;
    }

}

@media screen and (max-width:400px) {
    #About-section h2 {
        font-size: 24px;
    }

    #About-section h6 {
        font-size: 16px;
    }

    .red_card_text h3 {
        font-size: 26px;
    }

    .about_sec_first_column::before {
        height: 254px;
        width: 330px;
        top: 25px;
        left: 3px
    }

    #Activities-section .carousel-indicators {
        left: 295px;
    }
}

@media screen and (max-width:394px) {
    #About-section h2 {
        font-size: 24px;
    }

    .section-main-headings h1 {
        font-size: 25px;
    }

    #Activities-section .section-main-headings h1 {
        font-size: 25px;

    }

    .testmonial-section h1 {
        font-size: 25px;
    }

    #carouselExampleIndicators-2 .carousel-control-prev {
        font-size: 22px;
    }

    #carouselExampleIndicators-2 .carousel-control-next {
        font-size: 22px;
    }

    .testmonial-section .carousel-control-next,
    .testmonial-section .carousel-control-prev {
        width: 25px;
        height: 25px;

    }

    #Activities-section .carousel-control-prev {
        font-size: 22px;
    }

    #Activities-section .carousel-control-next {
        font-size: 22px;
    }
}

@media screen and (max-width:393px) {
    .about_red_card.row>* {
        padding-right: 8px;
        padding-left: 8px;
    }

    .position::before {
        width: 54%;
    }
}

@media screen and (max-width:385px) {
    .red_card_text h3 {
        font-size: 24px;
    }

    #Activities-section .carousel-indicators {
        left: 282px;
    }

    #About-section h2 {
        font-size: 23px;
    }
}

@media screen and (max-width:384px) {
    #About-section h2 {
        font-size: 23px;
    }

    .about-section-content {
        margin: 15px 0px;

    }

    #About-section h6 {
        font-size: 15px;
    }

}

@media screen and (max-width:375px) {
    .red_card_text h3 {
        font-size: 22px;
    }

    #Activities-section .carousel-indicators {
        left: 271px;
    }

    .about_red_card {
        padding: 15px 0px;
        width: 99%;
    }

    .red_card_text h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    #About-section h2 {
        font-size: 22px;
    }

    #Activities-section .carousel-control-next {
        left: 100px;
    }

    #Activities-section .carousel-indicators [data-bs-target] {
        width: 13px;
        height: 13px;

    }

    #Activities-section .carousel-indicators {
        margin-bottom: 3px;
    }

    .red_card_text p {
        font-size: 11px;
    }

    #Activities-section .carousel-indicators [data-bs-target] {
        width: 17px;
        height: 5px;
    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {
        margin-right: 10px;
        margin-left: 10px;

    }

    .testmonial-section .carousel-caption p {
        padding-top: 15px;

    }
}

@media screen and (max-width:320px) {

    /* body p,
    a,
    li {
        font-size: 12px;
    } */

    .about_sec_first_column::before {
        height: 200px;
        width: 284px;

    }

    .position::before {
        width: 62%;
    }

    #Activities-section .corousel-bottom-anchor a {
        clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
        padding: 8px 20px;
    }

    #Activities-section .carousel-indicators {
        left: 228px;
    }


    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators [data-bs-target] {

        margin-right: 5px;
        margin-left: 5px;

    }

    .testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
        bottom: 85px;
    }

    #carouselExampleCaptions-testmonial .carousel-indicators .active img {

        transform: scale(1.2);

    }

    .about_red_card.row>* {
        padding-right: 4px;
        padding-left: 4px;
    }

    .red_card_text {
        gap: 2px;
    }

    /* #carouselExampleCaptions-testmonial .carousel-control-next {
        right: 0;
    }

    .testmonial-section .carousel-control-prev {
        left: 0px;
    } */

    #About-section h6 {
        font-size: 14px;
    }

    #About-section h2 {
        font-size: 19px;
    }

    #Activities-section .corousel-bottom-anchor a {
        font-size: 12px;
    }


    #Activities-section .carousel-control-next {
        left: 90px;
    }
}